DBeaver
Show All Database
- Right-click on your connection
- Click "Edit connection"
- Left panel, click "Connection settings"
- Select PostgreSQL tab Check the box "Show all databases"
Error public key retrieval is not allowed
- Right click your connection, choose "Edit Connection"
- On the "Connection settings" screen (main screen) click on "Edit Driver Settings"
- Click on "Connection properties", (In recent versions it named "Driver properties")
- Modify "allowPublicKeyRetrieval" field under "Driver Properties" from False to True
Ref: https://stackoverflow.com/a/59778108/4814427
How to decrypt dbeaver password
openssl aes-128-cbc -d -K babb4a9f774ab853c96c2d653dfe544a -iv 00000000000000000000000000000000 -in "${HOME}/Library/DBeaverData/workspace6/General/.dbeaver/credentials-config.json" | dd bs=1 skip=16 2>/dev/null